home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Tools - Objects / MacApp / Unsupported Samples / CRC Cards / Source / CRCCards.MAMake < prev    next >
Encoding:
Text File  |  1990-06-07  |  2.3 KB  |  72 lines  |  [TEXT/MPS ]

  1. #---------------------------------------------------------------------------------------------------
  2. #    List here the Application's Name
  3. AppName = CRCCards
  4. #---------------------------------------------------------------------------------------------------
  5. #    List here the MacApp building blocks that your application uses
  6. #    if you want to be dependent on less than the full set.
  7. BuildingBlockIntf =  ∂
  8.     "{MAPInterfaces}UPrinting.p" ∂
  9.     "{MAPInterfaces}UTEView.p" ∂
  10.     "{MAPInterfaces}UDialog.p" ∂
  11.     "{MAPInterfaces}UGridView.p"
  12. #-----------------------------------------------------------------------
  13. #    List any additional interfaces that your application is dependent on
  14. OtherInterfaces =  ∂
  15.            "{SrcApp}UItem.p" ∂
  16.            "{SrcApp}UCard.p" ∂
  17.            "{SrcApp}UDesignDocument.p" ∂
  18.         "{SrcApp}UMyViews.p" ∂
  19.         "{SrcApp}UMyCommands.p" ∂
  20.         "{SrcApp}UTextHandler.p" 
  21. #-----------------------------------------------------------------------
  22. #    Name any other object files to link in
  23. OtherLinkFiles = ∂
  24.     "{ObjApp}UItem.p.o" ∂
  25.     "{ObjApp}UCard.p.o" ∂
  26.     "{ObjApp}UDesignDocument.p.o" ∂
  27.     "{ObjApp}UMyViews.p.o" ∂
  28.     "{ObjApp}UMyCommands.p.o" ∂
  29.     "{ObjApp}UTextHandler.p.o" 
  30. #-----------------------------------------------------------------------
  31. #    Express any additional dependencies for separate compilations.
  32. #    Include dependencies for the MacApp and Building block interfaces
  33. #    if you are dependent on them
  34. "{ObjApp}UCRCCards.p.o"    ƒ ∂
  35.         "{SrcApp}UCRCCards.inc1.p" ∂
  36.         {MacAppIntf} ∂
  37.         {BuildingBlocksIntf}
  38. "{ObjApp}UItem.p.o" ƒ ∂
  39.         "{SrcApp}UItem.inc1.p" ∂
  40.         {MacAppIntf} ∂
  41.         {BuildingBlocksIntf}
  42. "{ObjApp}UCard.p.o" ƒ ∂
  43.            "{SrcApp}UCard.inc1.p" ∂
  44.         {MacAppIntf} ∂
  45.         {BuildingBlocksIntf}
  46. "{ObjApp}UDesignDocument.p.o" ƒ ∂
  47.            "{SrcApp}UDesignDocument.inc1.p" ∂
  48.         {MacAppIntf} ∂
  49.         {BuildingBlocksIntf}
  50. "{ObjApp}UMyViews.p.o" ƒ ∂
  51.            "{SrcApp}UMyViews.inc1.p" ∂
  52.         {MacAppIntf} ∂
  53.         {BuildingBlocksIntf}
  54. "{ObjApp}UMyCommands.p.o" ƒ ∂
  55.            "{SrcApp}UMyCommands.inc1.p" ∂
  56.         {MacAppIntf} ∂
  57.         {BuildingBlocksIntf}
  58. "{ObjApp}UTextHandler.p.o" ƒ ∂
  59.            "{SrcApp}UTextHandler.inc1.p" ∂
  60.         {MacAppIntf} ∂
  61.         {BuildingBlocksIntf}
  62. #------------------------------------------------------------------------
  63. #    List resource files that the Rez file includes if you want to include
  64. #    more or less than the standard set
  65. OtherRsrcFiles = ∂
  66.     "{MAObj}Printing.rsrc" ∂
  67.     "{SrcApp}views.rsrc" ∂
  68.     "{SrcApp}TypeMenu.rsrc" ∂
  69.     "{SrcApp}Misc.rsrc"
  70.  
  71.  
  72.